Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump html-bundler-webpack-plugin from 1.18.0 to 2.5.1 #439

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 7, 2023

Bumps html-bundler-webpack-plugin from 1.18.0 to 2.5.1.

Release notes

Sourced from html-bundler-webpack-plugin's releases.

v2.5.1

Bug Fixes

  • Fixed missing output html file after renaming template file in watch mode when using entry as a path.

Chore

  • Added an example using of Bootstrap with Webpack. Open in StackBlitz

  • Added an example using of Tailwind CSS with Webpack. Open in StackBlitz

v2.5.0

Cumulative Release v2.0.0 - v2.5.0

⚠ POTENTIAL BREAKING CHANGE (v2.0.0):

  • Upgraded the default preprocessor eta to next major version 3.0.
    Perhaps you may need to migrate your Eta templates to v3 syntax.

Features

  • Added the reference for data in the plugin options.
    The NEW syntactic "sugar":
    new HtmlBundlerPlugin({
      entry: {
        index: './src/views/home.ejs',
      },
      // new reference to the loaderOptions.data
      data: {...},
    }),
    The old syntax is still valid:
    new HtmlBundlerPlugin({
      entry: {
        index: './src/views/home.ejs',
      },
      loaderOptions: {
        // original option is under loaderOptions
        data: {...},
      },
    }),
  • Added the references for preprocessor and preprocessorOptions in the plugin options.
    The NEW syntactic "sugar":
    new HtmlBundlerPlugin({
      entry: {

... (truncated)

Changelog

Sourced from html-bundler-webpack-plugin's changelog.

2.5.1 (2023-08-04)

  • fix: missing output html file after renaming template file in watch mode when using entry as a path
  • chore: add example for bootstrap
  • chore: update npm packages
  • docs: update README

2.5.0 (2023-07-30)

  • feat: add the reference for data in the plugin options.
    The NEW syntactic "sugar":
    new HtmlBundlerPlugin({
      entry: {
        index: './src/views/home.ejs',
      },
      // new reference to the loaderOptions.data
      data: {...},
    }),
    The old syntax is still valid:
    new HtmlBundlerPlugin({
      entry: {
        index: './src/views/home.ejs',
      },
      loaderOptions: {
        // original option is under loaderOptions
        data: {...},
      },
    }),
  • refactor: code refactoring
  • test: add more tests
  • docs: update README

2.4.0 (2023-07-28)

  • feat: add support for Webpack CSS optimization
  • fix: resolving the same resources used in imported styles on different pages

2.3.1 (2023-07-27)

  • fix: add the missing types.d.ts file to npm package

2.3.0 (2023-07-27)

  • feat: add support for TS
  • docs: update README

2.2.3 (2023-07-25)

  • fix: correct importing styles in JS when used serve mode

2.2.2 (2023-07-25)

  • fix: importing the raw content of the html file in js

... (truncated)

Commits
  • 2e313a9 fix: missing output html file after renaming template file in watch mode when...
  • 737c503 chore: update tailwindcss example
  • 7bb328d chore: add bootstrap example
  • 7455987 docs: add to README "How to keep directory structure for assets"
  • 7af9d4c refactor: optimize code
  • 0d00868 feat: add the reference for data in the plugin options
  • 0027c7c docs: update README
  • d6ad8ad feat: add support for Webpack CSS optimization
  • 003f5a0 fix: add the missing types.d.ts file to npm package
  • 1025b6a feat: add support for TS
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [html-bundler-webpack-plugin](https://github.com/webdiscus/html-bundler-webpack-plugin) from 1.18.0 to 2.5.1.
- [Release notes](https://github.com/webdiscus/html-bundler-webpack-plugin/releases)
- [Changelog](https://github.com/webdiscus/html-bundler-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](webdiscus/html-bundler-webpack-plugin@v1.18.0...v2.5.1)

---
updated-dependencies:
- dependency-name: html-bundler-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 10, 2023

Superseded by #441.

@dependabot dependabot bot closed this Aug 10, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/html-bundler-webpack-plugin-2.5.1 branch August 10, 2023 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants